DataFrameTyped.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opIndex(size_t row)
  2. T opIndex(size_t row, size_t col)
  3. T opIndex(size_t row, string col)
    struct DataFrameTyped
    T
    opIndex
    (
    T
    )
    (
    size_t row
    ,
    string col
    )
  4. T opIndex(size_t[] rows, size_t[] cols)

Meta